projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2218e4d
)
(struct x_display_info): Add element Xatom_FONT.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 1 Sep 1996 20:52:17 +0000
(20:52 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 1 Sep 1996 20:52:17 +0000
(20:52 +0000)
src/xterm.h
patch
|
blob
|
history
diff --git
a/src/xterm.h
b/src/xterm.h
index 9edca4025e4d26f3c90d8b76a34f53d0842bf627..60643d8c1a87c81c57a6f61f863c1a3c925e3fce 100644
(file)
--- a/
src/xterm.h
+++ b/
src/xterm.h
@@
-266,6
+266,8
@@
struct x_display_info
Atom Xatom_wm_window_moved; /* When the WM moves us. */
/* EditRes protocol */
Atom Xatom_editres;
+ /* Atom `FONT' */
+ Atom Xatom_FONT;
/* More atoms, which are selection types. */
Atom Xatom_CLIPBOARD, Xatom_TIMESTAMP, Xatom_TEXT, Xatom_DELETE,